Import node-undici_7.3.0+dfsg1+~cs24.12.11.orig-fastify-busboy.tar.xz
authorJérémy Lal <kapouer@melix.org>
Sun, 26 Jan 2025 15:18:40 +0000 (16:18 +0100)
committerJérémy Lal <kapouer@melix.org>
Sun, 26 Jan 2025 15:18:40 +0000 (16:18 +0100)
commit492c567afe584f82ef70aefa83e1a822ff50a7da
treec416c814c1c05d399d55eed1c5c59b0cc8ae390e
Import node-undici_7.3.0+dfsg1+~cs24.12.11.orig-fastify-busboy.tar.xz

[dgit import orig node-undici_7.3.0+dfsg1+~cs24.12.11.orig-fastify-busboy.tar.xz]
118 files changed:
.eslintrc.js [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/ci.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
bench/busboy-form-bench-latin1.js [new file with mode: 0644]
bench/busboy-form-bench-utf8.js [new file with mode: 0644]
bench/createMultipartBufferForEncodingBench.js [new file with mode: 0644]
bench/dicer/dicer-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/formidable-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/multipartser-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/multiparty-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/parted-bench-multipart-parser.js [new file with mode: 0644]
bench/dicer/parted-multipart.js [new file with mode: 0644]
bench/fastify-busboy-form-bench-latin1.js [new file with mode: 0644]
bench/fastify-busboy-form-bench-utf8.js [new file with mode: 0644]
bench/parse-params.js [new file with mode: 0644]
benchmarks/_results/Busboy_comparison-busboy-Node_12.json [new file with mode: 0644]
benchmarks/_results/Busboy_comparison-busboy-Node_16.json [new file with mode: 0644]
benchmarks/_results/Busboy_comparison-fastify-busboy-Node_16.json [new file with mode: 0644]
benchmarks/busboy/contestants/busboy.js [new file with mode: 0644]
benchmarks/busboy/contestants/fastify-busboy.js [new file with mode: 0644]
benchmarks/busboy/data.js [new file with mode: 0644]
benchmarks/busboy/executioner.js [new file with mode: 0644]
benchmarks/busboy/regenerate.cmd [new file with mode: 0644]
benchmarks/busboy/validator.js [new file with mode: 0644]
benchmarks/common/commonBuilder.js [new file with mode: 0644]
benchmarks/common/contestantResolver.js [new file with mode: 0644]
benchmarks/common/executionUtils.js [new file with mode: 0644]
benchmarks/common/resultUtils.js [new file with mode: 0644]
benchmarks/common/resultsCombinator.js [new file with mode: 0644]
benchmarks/package.json [new file with mode: 0644]
deps/dicer/LICENSE [new file with mode: 0644]
deps/dicer/lib/Dicer.js [new file with mode: 0644]
deps/dicer/lib/HeaderParser.js [new file with mode: 0644]
deps/dicer/lib/PartStream.js [new file with mode: 0644]
deps/dicer/lib/dicer.d.ts [new file with mode: 0644]
deps/streamsearch/sbmh.js [new file with mode: 0644]
lib/main.d.ts [new file with mode: 0644]
lib/main.js [new file with mode: 0644]
lib/types/multipart.js [new file with mode: 0644]
lib/types/urlencoded.js [new file with mode: 0644]
lib/utils/Decoder.js [new file with mode: 0644]
lib/utils/basename.js [new file with mode: 0644]
lib/utils/decodeText.js [new file with mode: 0644]
lib/utils/getLimit.js [new file with mode: 0644]
lib/utils/parseParams.js [new file with mode: 0644]
package.json [new file with mode: 0644]
test/basename.test.js [new file with mode: 0644]
test/busboy-constructor.test.js [new file with mode: 0644]
test/busboy-emit.test.js [new file with mode: 0644]
test/decode-text.test.js [new file with mode: 0644]
test/decoder.test.js [new file with mode: 0644]
test/dicer-constructor.test.js [new file with mode: 0644]
test/dicer-endfinish.test.js [new file with mode: 0644]
test/dicer-export.test.js [new file with mode: 0644]
test/dicer-headerparser.test.js [new file with mode: 0644]
test/dicer-malformed-header.test.js [new file with mode: 0644]
test/dicer-multipart-extra-trailer.test.js [new file with mode: 0644]
test/dicer-multipart-nolisteners.test.js [new file with mode: 0644]
test/dicer-multipart.test.js [new file with mode: 0644]
test/dicer-write.test.js [new file with mode: 0644]
test/fixtures/many-noend/original [new file with mode: 0644]
test/fixtures/many-noend/part1 [new file with mode: 0644]
test/fixtures/many-noend/part1.header [new file with mode: 0644]
test/fixtures/many-noend/part2 [new file with mode: 0644]
test/fixtures/many-noend/part2.header [new file with mode: 0644]
test/fixtures/many-noend/part3 [new file with mode: 0644]
test/fixtures/many-noend/part3.header [new file with mode: 0644]
test/fixtures/many-noend/part4 [new file with mode: 0644]
test/fixtures/many-noend/part4.header [new file with mode: 0644]
test/fixtures/many-noend/part5 [new file with mode: 0644]
test/fixtures/many-noend/part5.header [new file with mode: 0644]
test/fixtures/many-noend/part6 [new file with mode: 0644]
test/fixtures/many-noend/part6.header [new file with mode: 0644]
test/fixtures/many-noend/part7.header [new file with mode: 0644]
test/fixtures/many-wrongboundary/original [new file with mode: 0644]
test/fixtures/many-wrongboundary/preamble [new file with mode: 0644]
test/fixtures/many-wrongboundary/preamble.error [new file with mode: 0644]
test/fixtures/many/original [new file with mode: 0644]
test/fixtures/many/part1 [new file with mode: 0644]
test/fixtures/many/part1.header [new file with mode: 0644]
test/fixtures/many/part2 [new file with mode: 0644]
test/fixtures/many/part2.header [new file with mode: 0644]
test/fixtures/many/part3 [new file with mode: 0644]
test/fixtures/many/part3.header [new file with mode: 0644]
test/fixtures/many/part4 [new file with mode: 0644]
test/fixtures/many/part4.header [new file with mode: 0644]
test/fixtures/many/part5 [new file with mode: 0644]
test/fixtures/many/part5.header [new file with mode: 0644]
test/fixtures/many/part6 [new file with mode: 0644]
test/fixtures/many/part6.header [new file with mode: 0644]
test/fixtures/many/part7 [new file with mode: 0644]
test/fixtures/many/part7.header [new file with mode: 0644]
test/fixtures/nested-full/original [new file with mode: 0644]
test/fixtures/nested-full/part1 [new file with mode: 0644]
test/fixtures/nested-full/part1.header [new file with mode: 0644]
test/fixtures/nested-full/part2 [new file with mode: 0644]
test/fixtures/nested-full/part2.header [new file with mode: 0644]
test/fixtures/nested-full/preamble.header [new file with mode: 0644]
test/fixtures/nested/original [new file with mode: 0644]
test/fixtures/nested/part1 [new file with mode: 0644]
test/fixtures/nested/part1.header [new file with mode: 0644]
test/fixtures/nested/part2 [new file with mode: 0644]
test/fixtures/nested/part2.header [new file with mode: 0644]
test/get-limit.test.js [new file with mode: 0644]
test/multipart-constructor.test.js [new file with mode: 0644]
test/multipart-stream-pause.test.js [new file with mode: 0644]
test/parse-params.test.js [new file with mode: 0644]
test/streamsearch.test.js [new file with mode: 0644]
test/types-multipart.test.js [new file with mode: 0644]
test/types-urlencoded.test.js [new file with mode: 0644]
test/types/dicer.test-d.ts [new file with mode: 0644]
test/types/main.test-d.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]